Html Css Color HEX #BC8AFB Wisteria

📋 copy color: '#BC8AFB'

red 188 ◦ green 138 ◦ blue 251

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

Shades of Wisteria #BC8AFB

Tints of Wisteria #BC8AFB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.92%

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

R = 32.58%
G = 23.92%
B = 43.5%

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

#BC8AFB (or 0xBC8AFB) is known color: Wisteria. HEX triplet: BC, 8A and FB. RGB value is (188,138,251). Sum of RGB (Red+Green+Blue) = 188+138+251=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC8AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AFB is #437504. Grayscale: #A5A5A5. Windows color (decimal): -4420869 or 16485052. OLE color: 16485052.

HSL color Cylindrical-coordinate representation of color #BC8AFB: hue angle of 266.55º 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 #BC8AFB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 138 251 -
CMYK 0.25 0.45 0 0.02
HSL 266.55º 0.93% 0.76% -
HSV(B) 266.55º 0.45% 0.98% -
XYZ 47.24 35.83 95.69 -
YUV 165.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 188 138 251 0.25 0.45 0 0.02 266.55 0.93 0.76
Hex BC 8A FB 19 2D 0 2 10B 5D 4C
Octal 274 212 373 31 55 0 2 413 135 114
Binary 10111100 10001010 11111011 11001 101101 0 10 100001011 1011101 1001100

Color Harmonies of #BC8AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AFB

Black with #BC8AFB

Text Example


Text Example

White with #BC8AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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