Html Css Color HEX #B23FFC Medium Orchid

📋 copy color: '#B23FFC'

red 178 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #B23FFC

Tints of Medium Orchid #B23FFC

RGB

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

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

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

R = 36.11%
G = 12.78%
B = 51.12%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B23FFC (or 0xB23FFC) is known color: Medium Orchid. HEX triplet: B2, 3F and FC. RGB value is (178,63,252). Sum of RGB (Red+Green+Blue) = 178+63+252=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #B23FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23FFC is #4DC003. Grayscale: #767676. Windows color (decimal): -5095428 or 16531378. OLE color: 16531378.

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

Color convert

RGB 178 63 252 -
CMYK 0.29 0.75 0 0.01
HSL 276.51º 0.97% 0.62% -
HSV(B) 276.51º 0.75% 0.99% -
XYZ 37.71 20.05 93.98 -
YUV 118.93 203.1 170.13 -
System Red Green Blue C M Y K H S L
Decimal 178 63 252 0.29 0.75 0 0.01 276.51 0.97 0.62
Hex B2 3F FC 1D 4B 0 1 115 61 3E
Octal 262 77 374 35 113 0 1 425 141 76
Binary 10110010 111111 11111100 11101 1001011 0 1 100010101 1100001 111110

Color Harmonies of #B23FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FFC

Black with #B23FFC

Text Example


Text Example

White with #B23FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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