Html Css Color HEX #BC94CF Wisteria

📋 copy color: '#BC94CF'

red 188 ◦ green 148 ◦ blue 207

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

Shades of Wisteria #BC94CF

Tints of Wisteria #BC94CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.26%

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 34.62%
G = 27.26%
B = 38.12%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC94CF (or 0xBC94CF) is known color: Wisteria. HEX triplet: BC, 94 and CF. RGB value is (188,148,207). Sum of RGB (Red+Green+Blue) = 188+148+207=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC94CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC94CF is #436B30. Grayscale: #A6A6A6. Windows color (decimal): -4418353 or 13604028. OLE color: 13604028.

HSL color Cylindrical-coordinate representation of color #BC94CF: hue angle of 280.68º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BC94CF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 148 207 -
CMYK 0.09 0.29 0 0.19
HSL 280.68º 0.38% 0.7% -
HSV(B) 280.68º 0.29% 0.81% -
XYZ 42.59 36.38 63.81 -
YUV 166.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 188 148 207 0.09 0.29 0 0.19 280.68 0.38 0.7
Hex BC 94 CF 9 1D 0 13 119 26 46
Octal 274 224 317 11 35 0 23 431 46 106
Binary 10111100 10010100 11001111 1001 11101 0 10011 100011001 100110 1000110

Color Harmonies of #BC94CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94CF

Black with #BC94CF

Text Example


Text Example

White with #BC94CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94CF; }

 p { color: rgb(188,148,207); }

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

background-color css

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

 a { background-color: rgb(188,148,207); }

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

border-color css

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

 span { border-color: rgb(188,148,207); }

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