Html Css Color HEX #B23DED Medium Orchid

📋 copy color: '#B23DED'

red 178 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #B23DED

Tints of Medium Orchid #B23DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.82%

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

R = 37.39%
G = 12.82%
B = 49.79%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B23DED (or 0xB23DED) is known color: Medium Orchid. HEX triplet: B2, 3D and ED. RGB value is (178,61,237). Sum of RGB (Red+Green+Blue) = 178+61+237=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #B23DED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DED is #4DC212. Grayscale: #737373. Windows color (decimal): -5095955 or 15547826. OLE color: 15547826.

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

Color convert

RGB 178 61 237 -
CMYK 0.25 0.74 0 0.07
HSL 279.89º 0.83% 0.58% -
HSV(B) 279.89º 0.74% 0.93% -
XYZ 35.31 18.92 81.91 -
YUV 116.05 196.26 172.19 -
System Red Green Blue C M Y K H S L
Decimal 178 61 237 0.25 0.74 0 0.07 279.89 0.83 0.58
Hex B2 3D ED 19 4A 0 7 118 53 3A
Octal 262 75 355 31 112 0 7 430 123 72
Binary 10110010 111101 11101101 11001 1001010 0 111 100011000 1010011 111010

Color Harmonies of #B23DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DED

Black with #B23DED

Text Example


Text Example

White with #B23DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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