Html Css Color HEX #B630CB Dark Orchid

📋 copy color: '#B630CB'

red 182 ◦ green 48 ◦ blue 203

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

Shades of Dark Orchid #B630CB

Tints of Dark Orchid #B630CB

RGB

 RED value IS 182 (71.48% from 255) = 42.03%

 GREEN value IS 48 (19.14% from 255) = 11.09%

 BLUE value IS 203 (79.69% from 255) = 46.88%

R = 42.03%
G = 11.09%
B = 46.88%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B630CB (or 0xB630CB) is known color: Dark Orchid. HEX triplet: B6, 30 and CB. RGB value is (182,48,203). Sum of RGB (Red+Green+Blue) = 182+48+203=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #B630CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630CB is #49CF34. Grayscale: #696969. Windows color (decimal): -4837173 or 13316278. OLE color: 13316278.

HSL color Cylindrical-coordinate representation of color #B630CB: hue angle of 291.87º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B630CB is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 48 203 -
CMYK 0.10 0.76 0 0.20
HSL 291.87º 0.62% 0.49% -
HSV(B) 291.87º 0.76% 0.8% -
XYZ 31.13 16.37 58.02 -
YUV 105.74 182.89 182.4 -
System Red Green Blue C M Y K H S L
Decimal 182 48 203 0.10 0.76 0 0.20 291.87 0.62 0.49
Hex B6 30 CB A 4C 0 14 124 3E 31
Octal 266 60 313 12 114 0 24 444 76 61
Binary 10110110 110000 11001011 1010 1001100 0 10100 100100100 111110 110001

Color Harmonies of #B630CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630CB

Black with #B630CB

Text Example


Text Example

White with #B630CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630CB; }

 p { color: rgb(182,48,203); }

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

background-color css

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

 a { background-color: rgb(182,48,203); }

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

border-color css

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

 span { border-color: rgb(182,48,203); }

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