Html Css Color HEX #B23CED Medium Orchid

📋 copy color: '#B23CED'

red 178 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #B23CED

Tints of Medium Orchid #B23CED

RGB

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

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

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

R = 37.47%
G = 12.63%
B = 49.89%

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

#B23CED (or 0xB23CED) is known color: Medium Orchid. HEX triplet: B2, 3C and ED. RGB value is (178,60,237). Sum of RGB (Red+Green+Blue) = 178+60+237=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 60 (23.83% from 255 or 12.63% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #B23CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CED is #4DC312. Grayscale: #727272. Windows color (decimal): -5096211 or 15547570. OLE color: 15547570.

HSL color Cylindrical-coordinate representation of color #B23CED: hue angle of 280º degrees, saturation: 0.83, 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 #B23CED is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 60 237 -
CMYK 0.25 0.75 0 0.07
HSL 280º 0.83% 0.58% -
HSV(B) 280º 0.75% 0.93% -
XYZ 35.26 18.81 81.89 -
YUV 115.46 196.59 172.61 -
System Red Green Blue C M Y K H S L
Decimal 178 60 237 0.25 0.75 0 0.07 280 0.83 0.58
Hex B2 3C ED 19 4B 0 7 118 53 3A
Octal 262 74 355 31 113 0 7 430 123 72
Binary 10110010 111100 11101101 11001 1001011 0 111 100011000 1010011 111010

Color Harmonies of #B23CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CED

Black with #B23CED

Text Example


Text Example

White with #B23CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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