Html Css Color HEX #BC8BFB Perfume

📋 copy color: '#BC8BFB'

red 188 ◦ green 139 ◦ blue 251

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

Shades of Perfume #BC8BFB

Tints of Perfume #BC8BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.05%

 BLUE value IS 251 (98.44% from 255) = 43.43%

R = 32.53%
G = 24.05%
B = 43.43%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8BFB (or 0xBC8BFB) is known color: Perfume. HEX triplet: BC, 8B and FB. RGB value is (188,139,251). Sum of RGB (Red+Green+Blue) = 188+139+251=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 251 (98.44% from 255 or 43.43% from 578); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC8BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BFB is #437404. Grayscale: #A6A6A6. Windows color (decimal): -4420613 or 16485308. OLE color: 16485308.

HSL color Cylindrical-coordinate representation of color #BC8BFB: hue angle of 266.25º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC8BFB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 139 251 -
CMYK 0.25 0.45 0 0.02
HSL 266.25º 0.93% 0.76% -
HSV(B) 266.25º 0.45% 0.98% -
XYZ 47.38 36.12 95.74 -
YUV 166.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 188 139 251 0.25 0.45 0 0.02 266.25 0.93 0.76
Hex BC 8B FB 19 2D 0 2 10A 5D 4C
Octal 274 213 373 31 55 0 2 412 135 114
Binary 10111100 10001011 11111011 11001 101101 0 10 100001010 1011101 1001100

Color Harmonies of #BC8BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BFB

Black with #BC8BFB

Text Example


Text Example

White with #BC8BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BFB; }

 p { color: rgb(188,139,251); }

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

background-color css

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

 a { background-color: rgb(188,139,251); }

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

border-color css

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

 span { border-color: rgb(188,139,251); }

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