Html Css Color HEX #B230EF Dark Orchid

📋 copy color: '#B230EF'

red 178 ◦ green 48 ◦ blue 239

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

Shades of Dark Orchid #B230EF

Tints of Dark Orchid #B230EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.4%

R = 38.28%
G = 10.32%
B = 51.4%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B230EF (or 0xB230EF) is known color: Dark Orchid. HEX triplet: B2, 30 and EF. RGB value is (178,48,239). Sum of RGB (Red+Green+Blue) = 178+48+239=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #B230EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B230EF is #4DCF10. Grayscale: #6C6C6C. Windows color (decimal): -5099281 or 15675570. OLE color: 15675570.

HSL color Cylindrical-coordinate representation of color #B230EF: hue angle of 280.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B230EF is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 48 239 -
CMYK 0.26 0.80 0 0.06
HSL 280.84º 0.86% 0.56% -
HSV(B) 280.84º 0.8% 0.94% -
XYZ 35 17.81 83.25 -
YUV 108.64 201.57 177.47 -
System Red Green Blue C M Y K H S L
Decimal 178 48 239 0.26 0.80 0 0.06 280.84 0.86 0.56
Hex B2 30 EF 1A 50 0 6 119 56 38
Octal 262 60 357 32 120 0 6 431 126 70
Binary 10110010 110000 11101111 11010 1010000 0 110 100011001 1010110 111000

Color Harmonies of #B230EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B230EF

Black with #B230EF

Text Example


Text Example

White with #B230EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B230EF; }

 p { color: rgb(178,48,239); }

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

background-color css

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

 a { background-color: rgb(178,48,239); }

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

border-color css

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

 span { border-color: rgb(178,48,239); }

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