Html Css Color HEX #B23CCB Medium Orchid

📋 copy color: '#B23CCB'

red 178 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B23CCB

Tints of Medium Orchid #B23CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 40.36%
G = 13.61%
B = 46.03%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B23CCB (or 0xB23CCB) is known color: Medium Orchid. HEX triplet: B2, 3C and CB. RGB value is (178,60,203). Sum of RGB (Red+Green+Blue) = 178+60+203=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23CCB is #4DC334. Grayscale: #6F6F6F. Windows color (decimal): -5096245 or 13319346. OLE color: 13319346.

HSL color Cylindrical-coordinate representation of color #B23CCB: hue angle of 289.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23CCB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 60 203 -
CMYK 0.12 0.70 0 0.20
HSL 289.51º 0.58% 0.52% -
HSV(B) 289.51º 0.7% 0.8% -
XYZ 30.76 17.01 58.16 -
YUV 111.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 178 60 203 0.12 0.70 0 0.20 289.51 0.58 0.52
Hex B2 3C CB C 46 0 14 122 3A 34
Octal 262 74 313 14 106 0 24 442 72 64
Binary 10110010 111100 11001011 1100 1000110 0 10100 100100010 111010 110100

Color Harmonies of #B23CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CCB

Black with #B23CCB

Text Example


Text Example

White with #B23CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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