Html Css Color HEX #B630EA Dark Orchid

📋 copy color: '#B630EA'

red 182 ◦ green 48 ◦ blue 234

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

Shades of Dark Orchid #B630EA

Tints of Dark Orchid #B630EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.43%

R = 39.22%
G = 10.34%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B630EA (or 0xB630EA) is known color: Dark Orchid. HEX triplet: B6, 30 and EA. RGB value is (182,48,234). Sum of RGB (Red+Green+Blue) = 182+48+234=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 48 (19.14% from 255 or 10.34% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #B630EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B630EA is #49CF15. Grayscale: #6C6C6C. Windows color (decimal): -4837142 or 15347894. OLE color: 15347894.

HSL color Cylindrical-coordinate representation of color #B630EA: hue angle of 283.23º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B630EA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 48 234 -
CMYK 0.22 0.79 0 0.08
HSL 283.23º 0.82% 0.55% -
HSV(B) 283.23º 0.79% 0.92% -
XYZ 35.2 18 79.46 -
YUV 109.27 198.39 179.88 -
System Red Green Blue C M Y K H S L
Decimal 182 48 234 0.22 0.79 0 0.08 283.23 0.82 0.55
Hex B6 30 EA 16 4F 0 8 11B 52 37
Octal 266 60 352 26 117 0 10 433 122 67
Binary 10110110 110000 11101010 10110 1001111 0 1000 100011011 1010010 110111

Color Harmonies of #B630EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630EA

Black with #B630EA

Text Example


Text Example

White with #B630EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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