Html Css Color HEX #BC8BFA Perfume

📋 copy color: '#BC8BFA'

red 188 ◦ green 139 ◦ blue 250

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

Shades of Perfume #BC8BFA

Tints of Perfume #BC8BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.33%

R = 32.58%
G = 24.09%
B = 43.33%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC8BFA (or 0xBC8BFA) is known color: Perfume. HEX triplet: BC, 8B and FA. RGB value is (188,139,250). Sum of RGB (Red+Green+Blue) = 188+139+250=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BFA is #437405. Grayscale: #A5A5A5. Windows color (decimal): -4420614 or 16419772. OLE color: 16419772.

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

Color convert

RGB 188 139 250 -
CMYK 0.25 0.44 0 0.02
HSL 266.49º 0.92% 0.76% -
HSV(B) 266.49º 0.44% 0.98% -
XYZ 47.23 36.06 94.91 -
YUV 166.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 188 139 250 0.25 0.44 0 0.02 266.49 0.92 0.76
Hex BC 8B FA 19 2C 0 2 10A 5C 4C
Octal 274 213 372 31 54 0 2 412 134 114
Binary 10111100 10001011 11111010 11001 101100 0 10 100001010 1011100 1001100

Color Harmonies of #BC8BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BFA

Black with #BC8BFA

Text Example


Text Example

White with #BC8BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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