Html Css Color HEX #B630DC Dark Orchid

📋 copy color: '#B630DC'

red 182 ◦ green 48 ◦ blue 220

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

Shades of Dark Orchid #B630DC

Tints of Dark Orchid #B630DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 40.44%
G = 10.67%
B = 48.89%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B630DC (or 0xB630DC) is known color: Dark Orchid. HEX triplet: B6, 30 and DC. RGB value is (182,48,220). Sum of RGB (Red+Green+Blue) = 182+48+220=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #B630DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630DC is #49CF23. Grayscale: #6B6B6B. Windows color (decimal): -4837156 or 14430390. OLE color: 14430390.

HSL color Cylindrical-coordinate representation of color #B630DC: hue angle of 286.74º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B630DC is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 48 220 -
CMYK 0.17 0.78 0 0.14
HSL 286.74º 0.71% 0.53% -
HSV(B) 286.74º 0.78% 0.86% -
XYZ 33.27 17.23 69.28 -
YUV 107.67 191.39 181.01 -
System Red Green Blue C M Y K H S L
Decimal 182 48 220 0.17 0.78 0 0.14 286.74 0.71 0.53
Hex B6 30 DC 11 4E 0 E 11F 47 35
Octal 266 60 334 21 116 0 16 437 107 65
Binary 10110110 110000 11011100 10001 1001110 0 1110 100011111 1000111 110101

Color Harmonies of #B630DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630DC

Black with #B630DC

Text Example


Text Example

White with #B630DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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