Html Css Color HEX #B23CFC Medium Orchid

📋 copy color: '#B23CFC'

red 178 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B23CFC

Tints of Medium Orchid #B23CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.43%

R = 36.33%
G = 12.24%
B = 51.43%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B23CFC (or 0xB23CFC) is known color: Medium Orchid. HEX triplet: B2, 3C and FC. RGB value is (178,60,252). Sum of RGB (Red+Green+Blue) = 178+60+252=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #B23CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23CFC is #4DC303. Grayscale: #747474. Windows color (decimal): -5096196 or 16530610. OLE color: 16530610.

HSL color Cylindrical-coordinate representation of color #B23CFC: hue angle of 276.88º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23CFC is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 60 252 -
CMYK 0.29 0.76 0 0.01
HSL 276.88º 0.97% 0.61% -
HSV(B) 276.88º 0.76% 0.99% -
XYZ 37.55 19.72 93.92 -
YUV 117.17 204.09 171.39 -
System Red Green Blue C M Y K H S L
Decimal 178 60 252 0.29 0.76 0 0.01 276.88 0.97 0.61
Hex B2 3C FC 1D 4C 0 1 115 61 3D
Octal 262 74 374 35 114 0 1 425 141 75
Binary 10110010 111100 11111100 11101 1001100 0 1 100010101 1100001 111101

Color Harmonies of #B23CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23CFC

Black with #B23CFC

Text Example


Text Example

White with #B23CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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