Html Css Color HEX #B92BCA Dark Orchid

📋 copy color: '#B92BCA'

red 185 ◦ green 43 ◦ blue 202

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

Shades of Dark Orchid #B92BCA

Tints of Dark Orchid #B92BCA

RGB

 RED value IS 185 (72.66% from 255) = 43.02%

 GREEN value IS 43 (17.19% from 255) = 10%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 43.02%
G = 10%
B = 46.98%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B92BCA (or 0xB92BCA) is known color: Dark Orchid. HEX triplet: B9, 2B and CA. RGB value is (185,43,202). Sum of RGB (Red+Green+Blue) = 185+43+202=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #B92BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BCA is #46D435. Grayscale: #676767. Windows color (decimal): -4641846 or 13249465. OLE color: 13249465.

HSL color Cylindrical-coordinate representation of color #B92BCA: hue angle of 293.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92BCA is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 43 202 -
CMYK 0.08 0.79 0 0.21
HSL 293.58º 0.65% 0.48% -
HSV(B) 293.58º 0.79% 0.79% -
XYZ 31.53 16.31 57.36 -
YUV 103.58 183.54 186.07 -
System Red Green Blue C M Y K H S L
Decimal 185 43 202 0.08 0.79 0 0.21 293.58 0.65 0.48
Hex B9 2B CA 8 4F 0 15 126 41 30
Octal 271 53 312 10 117 0 25 446 101 60
Binary 10111001 101011 11001010 1000 1001111 0 10101 100100110 1000001 110000

Color Harmonies of #B92BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BCA

Black with #B92BCA

Text Example


Text Example

White with #B92BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BCA; }

 p { color: rgb(185,43,202); }

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

background-color css

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

 a { background-color: rgb(185,43,202); }

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

border-color css

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

 span { border-color: rgb(185,43,202); }

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