Html Css Color HEX #B23FCB Medium Orchid

📋 copy color: '#B23FCB'

red 178 ◦ green 63 ◦ blue 203

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

Shades of Medium Orchid #B23FCB

Tints of Medium Orchid #B23FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.19%

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

R = 40.09%
G = 14.19%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B23FCB (or 0xB23FCB) is known color: Medium Orchid. HEX triplet: B2, 3F and CB. RGB value is (178,63,203). Sum of RGB (Red+Green+Blue) = 178+63+203=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #B23FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCB is #4DC034. Grayscale: #707070. Windows color (decimal): -5095477 or 13320114. OLE color: 13320114.

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

Color convert

RGB 178 63 203 -
CMYK 0.12 0.69 0 0.20
HSL 289.29º 0.57% 0.52% -
HSV(B) 289.29º 0.69% 0.8% -
XYZ 30.92 17.33 58.22 -
YUV 113.35 178.6 174.12 -
System Red Green Blue C M Y K H S L
Decimal 178 63 203 0.12 0.69 0 0.20 289.29 0.57 0.52
Hex B2 3F CB C 45 0 14 121 39 34
Octal 262 77 313 14 105 0 24 441 71 64
Binary 10110010 111111 11001011 1100 1000101 0 10100 100100001 111001 110100

Color Harmonies of #B23FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FCB

Black with #B23FCB

Text Example


Text Example

White with #B23FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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