Html Css Color HEX #B23DCE Medium Orchid

📋 copy color: '#B23DCE'

red 178 ◦ green 61 ◦ blue 206

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

Shades of Medium Orchid #B23DCE

Tints of Medium Orchid #B23DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.29%

R = 40%
G = 13.71%
B = 46.29%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B23DCE (or 0xB23DCE) is known color: Medium Orchid. HEX triplet: B2, 3D and CE. RGB value is (178,61,206). Sum of RGB (Red+Green+Blue) = 178+61+206=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #B23DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23DCE is #4DC231. Grayscale: #707070. Windows color (decimal): -5095986 or 13516210. OLE color: 13516210.

HSL color Cylindrical-coordinate representation of color #B23DCE: hue angle of 288.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23DCE is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 61 206 -
CMYK 0.14 0.70 0 0.19
HSL 288.41º 0.6% 0.52% -
HSV(B) 288.41º 0.7% 0.81% -
XYZ 31.17 17.26 60.08 -
YUV 112.51 180.76 174.71 -
System Red Green Blue C M Y K H S L
Decimal 178 61 206 0.14 0.70 0 0.19 288.41 0.6 0.52
Hex B2 3D CE E 46 0 13 120 3C 34
Octal 262 75 316 16 106 0 23 440 74 64
Binary 10110010 111101 11001110 1110 1000110 0 10011 100100000 111100 110100

Color Harmonies of #B23DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DCE

Black with #B23DCE

Text Example


Text Example

White with #B23DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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