Html Css Color HEX #BC8FF5 Perfume

📋 copy color: '#BC8FF5'

red 188 ◦ green 143 ◦ blue 245

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

Shades of Perfume #BC8FF5

Tints of Perfume #BC8FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 42.53%

R = 32.64%
G = 24.83%
B = 42.53%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC8FF5 (or 0xBC8FF5) is known color: Perfume. HEX triplet: BC, 8F and F5. RGB value is (188,143,245). Sum of RGB (Red+Green+Blue) = 188+143+245=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 143 (56.25% from 255 or 24.83% from 576); Blue value is 245 (96.09% from 255 or 42.53% from 576); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC8FF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FF5 is #43700A. Grayscale: #A7A7A7. Windows color (decimal): -4419595 or 16093116. OLE color: 16093116.

HSL color Cylindrical-coordinate representation of color #BC8FF5: hue angle of 266.47º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC8FF5 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 143 245 -
CMYK 0.23 0.42 0 0.04
HSL 266.47º 0.84% 0.76% -
HSV(B) 266.47º 0.42% 0.96% -
XYZ 47.04 36.93 91.03 -
YUV 168.08 171.41 142.21 -
System Red Green Blue C M Y K H S L
Decimal 188 143 245 0.23 0.42 0 0.04 266.47 0.84 0.76
Hex BC 8F F5 17 2A 0 4 10A 54 4C
Octal 274 217 365 27 52 0 4 412 124 114
Binary 10111100 10001111 11110101 10111 101010 0 100 100001010 1010100 1001100

Color Harmonies of #BC8FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FF5

Black with #BC8FF5

Text Example


Text Example

White with #BC8FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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