Html Css Color HEX #B630DB Dark Orchid

📋 copy color: '#B630DB'

red 182 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #B630DB

Tints of Dark Orchid #B630DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 40.53%
G = 10.69%
B = 48.78%

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

#B630DB (or 0xB630DB) is known color: Dark Orchid. HEX triplet: B6, 30 and DB. RGB value is (182,48,219). Sum of RGB (Red+Green+Blue) = 182+48+219=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #B630DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B630DB is #49CF24. Grayscale: #6B6B6B. Windows color (decimal): -4837157 or 14364854. OLE color: 14364854.

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

Color convert

RGB 182 48 219 -
CMYK 0.17 0.78 0 0.14
HSL 287.02º 0.7% 0.52% -
HSV(B) 287.02º 0.78% 0.86% -
XYZ 33.13 17.17 68.59 -
YUV 107.56 190.89 181.1 -
System Red Green Blue C M Y K H S L
Decimal 182 48 219 0.17 0.78 0 0.14 287.02 0.7 0.52
Hex B6 30 DB 11 4E 0 E 11F 46 34
Octal 266 60 333 21 116 0 16 437 106 64
Binary 10110110 110000 11011011 10001 1001110 0 1110 100011111 1000110 110100

Color Harmonies of #B630DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630DB

Black with #B630DB

Text Example


Text Example

White with #B630DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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