Html Css Color HEX #B42CED Dark Orchid

📋 copy color: '#B42CED'

red 180 ◦ green 44 ◦ blue 237

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

Shades of Dark Orchid #B42CED

Tints of Dark Orchid #B42CED

RGB

 RED value IS 180 (70.7% from 255) = 39.05%

 GREEN value IS 44 (17.58% from 255) = 9.54%

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 39.05%
G = 9.54%
B = 51.41%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B42CED (or 0xB42CED) is known color: Dark Orchid. HEX triplet: B4, 2C and ED. RGB value is (180,44,237). Sum of RGB (Red+Green+Blue) = 180+44+237=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #B42CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B42CED is #4BD312. Grayscale: #6A6A6A. Windows color (decimal): -4969235 or 15543476. OLE color: 15543476.

HSL color Cylindrical-coordinate representation of color #B42CED: hue angle of 282.28º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42CED is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 44 237 -
CMYK 0.24 0.81 0 0.07
HSL 282.28º 0.84% 0.55% -
HSV(B) 282.28º 0.81% 0.93% -
XYZ 35.01 17.62 81.68 -
YUV 106.67 201.56 180.31 -
System Red Green Blue C M Y K H S L
Decimal 180 44 237 0.24 0.81 0 0.07 282.28 0.84 0.55
Hex B4 2C ED 18 51 0 7 11A 54 37
Octal 264 54 355 30 121 0 7 432 124 67
Binary 10110100 101100 11101101 11000 1010001 0 111 100011010 1010100 110111

Color Harmonies of #B42CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CED

Black with #B42CED

Text Example


Text Example

White with #B42CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CED; }

 p { color: rgb(180,44,237); }

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

background-color css

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

 a { background-color: rgb(180,44,237); }

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

border-color css

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

 span { border-color: rgb(180,44,237); }

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