Html Css Color HEX #B630EE Dark Orchid

📋 copy color: '#B630EE'

red 182 ◦ green 48 ◦ blue 238

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

Shades of Dark Orchid #B630EE

Tints of Dark Orchid #B630EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 38.89%
G = 10.26%
B = 50.85%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B630EE (or 0xB630EE) is known color: Dark Orchid. HEX triplet: B6, 30 and EE. RGB value is (182,48,238). Sum of RGB (Red+Green+Blue) = 182+48+238=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 48 (19.14% from 255 or 10.26% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B630EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B630EE is #49CF11. Grayscale: #6D6D6D. Windows color (decimal): -4837138 or 15610038. OLE color: 15610038.

HSL color Cylindrical-coordinate representation of color #B630EE: hue angle of 282.32º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B630EE is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 48 238 -
CMYK 0.24 0.80 0 0.07
HSL 282.32º 0.85% 0.56% -
HSV(B) 282.32º 0.8% 0.93% -
XYZ 35.78 18.23 82.52 -
YUV 109.73 200.39 179.55 -
System Red Green Blue C M Y K H S L
Decimal 182 48 238 0.24 0.80 0 0.07 282.32 0.85 0.56
Hex B6 30 EE 18 50 0 7 11A 55 38
Octal 266 60 356 30 120 0 7 432 125 70
Binary 10110110 110000 11101110 11000 1010000 0 111 100011010 1010101 111000

Color Harmonies of #B630EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630EE

Black with #B630EE

Text Example


Text Example

White with #B630EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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