Html Css Color HEX #BC8DFC Perfume

📋 copy color: '#BC8DFC'

red 188 ◦ green 141 ◦ blue 252

#BC8DFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BC8DFC

Tints of Perfume #BC8DFC

RGB

 RED value IS 188 (73.83% from 255) = 32.36%

 GREEN value IS 141 (55.47% from 255) = 24.27%

 BLUE value IS 252 (98.83% from 255) = 43.37%

R = 32.36%
G = 24.27%
B = 43.37%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC8DFC (or 0xBC8DFC) is known color: Perfume. HEX triplet: BC, 8D and FC. RGB value is (188,141,252). Sum of RGB (Red+Green+Blue) = 188+141+252=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 141 (55.47% from 255 or 24.27% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC8DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DFC is #437203. Grayscale: #A7A7A7. Windows color (decimal): -4420100 or 16551356. OLE color: 16551356.

HSL color Cylindrical-coordinate representation of color #BC8DFC: hue angle of 265.41º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC8DFC is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 141 252 -
CMYK 0.25 0.44 0 0.01
HSL 265.41º 0.95% 0.77% -
HSV(B) 265.41º 0.44% 0.99% -
XYZ 47.83 36.77 96.67 -
YUV 167.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 188 141 252 0.25 0.44 0 0.01 265.41 0.95 0.77
Hex BC 8D FC 19 2C 0 1 109 5F 4D
Octal 274 215 374 31 54 0 1 411 137 115
Binary 10111100 10001101 11111100 11001 101100 0 1 100001001 1011111 1001101

Color Harmonies of #BC8DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DFC

Black with #BC8DFC

Text Example


Text Example

White with #BC8DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DFC; }

 p { color: rgb(188,141,252); }

 H1.HeaderClassName
 {
   color: #BC8DFC;
 }
 .AnyTagClassName
 {
   color: #BC8DFC;
 }
</style>

background-color css

<style>
 a { background-color: #BC8DFC; }

 a { background-color: rgb(188,141,252); }

 div.DivClassName
 {
   background-color: #BC8DFC;
 }
 .BgClassName
 {
   background-color: #BC8DFC;
 }
</style>

border-color css

<style>
 span { border-color: #BC8DFC; }

 span { border-color: rgb(188,141,252); }

 td.TdClassName
 {
   border-color: #BC8DFC;
 }
 .TagClassName
 {
   border-color: #BC8DFC;
 }
</style>