Html Css Color HEX #B23CCE Medium Orchid

📋 copy color: '#B23CCE'

red 178 ◦ green 60 ◦ blue 206

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

Shades of Medium Orchid #B23CCE

Tints of Medium Orchid #B23CCE

RGB

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

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

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

R = 40.09%
G = 13.51%
B = 46.4%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B23CCE (or 0xB23CCE) is known color: Medium Orchid. HEX triplet: B2, 3C and CE. RGB value is (178,60,206). Sum of RGB (Red+Green+Blue) = 178+60+206=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B23CCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CCE is #4DC331. Grayscale: #6F6F6F. Windows color (decimal): -5096242 or 13515954. OLE color: 13515954.

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

Color convert

RGB 178 60 206 -
CMYK 0.14 0.71 0 0.19
HSL 288.49º 0.6% 0.52% -
HSV(B) 288.49º 0.71% 0.81% -
XYZ 31.12 17.15 60.06 -
YUV 111.93 181.09 175.13 -
System Red Green Blue C M Y K H S L
Decimal 178 60 206 0.14 0.71 0 0.19 288.49 0.6 0.52
Hex B2 3C CE E 47 0 13 120 3C 34
Octal 262 74 316 16 107 0 23 440 74 64
Binary 10110010 111100 11001110 1110 1000111 0 10011 100100000 111100 110100

Color Harmonies of #B23CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CCE

Black with #B23CCE

Text Example


Text Example

White with #B23CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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