Html Css Color HEX #BC8FF1 Perfume

📋 copy color: '#BC8FF1'

red 188 ◦ green 143 ◦ blue 241

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

Shades of Perfume #BC8FF1

Tints of Perfume #BC8FF1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

 BLUE value IS 241 (94.53% from 255) = 42.13%

R = 32.87%
G = 25%
B = 42.13%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC8FF1 (or 0xBC8FF1) is known color: Perfume. HEX triplet: BC, 8F and F1. RGB value is (188,143,241). Sum of RGB (Red+Green+Blue) = 188+143+241=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC8FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FF1 is #43700E. Grayscale: #A7A7A7. Windows color (decimal): -4419599 or 15830972. OLE color: 15830972.

HSL color Cylindrical-coordinate representation of color #BC8FF1: hue angle of 267.55º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8FF1 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 143 241 -
CMYK 0.22 0.41 0 0.05
HSL 267.55º 0.78% 0.75% -
HSV(B) 267.55º 0.41% 0.95% -
XYZ 46.44 36.69 87.85 -
YUV 167.63 169.41 142.53 -
System Red Green Blue C M Y K H S L
Decimal 188 143 241 0.22 0.41 0 0.05 267.55 0.78 0.75
Hex BC 8F F1 16 29 0 5 10C 4E 4B
Octal 274 217 361 26 51 0 5 414 116 113
Binary 10111100 10001111 11110001 10110 101001 0 101 100001100 1001110 1001011

Color Harmonies of #BC8FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FF1

Black with #BC8FF1

Text Example


Text Example

White with #BC8FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FF1; }

 p { color: rgb(188,143,241); }

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

background-color css

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

 a { background-color: rgb(188,143,241); }

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

border-color css

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

 span { border-color: rgb(188,143,241); }

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