Html Css Color HEX #B23CEE Medium Orchid

📋 copy color: '#B23CEE'

red 178 ◦ green 60 ◦ blue 238

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

Shades of Medium Orchid #B23CEE

Tints of Medium Orchid #B23CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.61%

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

R = 37.39%
G = 12.61%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23CEE (or 0xB23CEE) is known color: Medium Orchid. HEX triplet: B2, 3C and EE. RGB value is (178,60,238). Sum of RGB (Red+Green+Blue) = 178+60+238=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #B23CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CEE is #4DC311. Grayscale: #727272. Windows color (decimal): -5096210 or 15613106. OLE color: 15613106.

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

Color convert

RGB 178 60 238 -
CMYK 0.25 0.75 0 0.07
HSL 279.78º 0.84% 0.58% -
HSV(B) 279.78º 0.75% 0.93% -
XYZ 35.41 18.87 82.66 -
YUV 115.57 197.09 172.53 -
System Red Green Blue C M Y K H S L
Decimal 178 60 238 0.25 0.75 0 0.07 279.78 0.84 0.58
Hex B2 3C EE 19 4B 0 7 118 54 3A
Octal 262 74 356 31 113 0 7 430 124 72
Binary 10110010 111100 11101110 11001 1001011 0 111 100011000 1010100 111010

Color Harmonies of #B23CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CEE

Black with #B23CEE

Text Example


Text Example

White with #B23CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CEE; }

 p { color: rgb(178,60,238); }

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

background-color css

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

 a { background-color: rgb(178,60,238); }

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

border-color css

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

 span { border-color: rgb(178,60,238); }

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