Html Css Color HEX #B234ED Dark Orchid

📋 copy color: '#B234ED'

red 178 ◦ green 52 ◦ blue 237

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

Shades of Dark Orchid #B234ED

Tints of Dark Orchid #B234ED

RGB

 RED value IS 178 (69.92% from 255) = 38.12%

 GREEN value IS 52 (20.7% from 255) = 11.13%

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

R = 38.12%
G = 11.13%
B = 50.75%

CMYK

 C value IS 0.25

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B234ED (or 0xB234ED) is known color: Dark Orchid. HEX triplet: B2, 34 and ED. RGB value is (178,52,237). Sum of RGB (Red+Green+Blue) = 178+52+237=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #B234ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B234ED is #4DCB12. Grayscale: #6E6E6E. Windows color (decimal): -5098259 or 15545522. OLE color: 15545522.

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

Color convert

RGB 178 52 237 -
CMYK 0.25 0.78 0 0.07
HSL 280.86º 0.84% 0.57% -
HSV(B) 280.86º 0.78% 0.93% -
XYZ 34.87 18.04 81.76 -
YUV 110.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 178 52 237 0.25 0.78 0 0.07 280.86 0.84 0.57
Hex B2 34 ED 19 4E 0 7 119 54 39
Octal 262 64 355 31 116 0 7 431 124 71
Binary 10110010 110100 11101101 11001 1001110 0 111 100011001 1010100 111001

Color Harmonies of #B234ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B234ED

Black with #B234ED

Text Example


Text Example

White with #B234ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B234ED; }

 p { color: rgb(178,52,237); }

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

background-color css

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

 a { background-color: rgb(178,52,237); }

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

border-color css

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

 span { border-color: rgb(178,52,237); }

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