Html Css Color HEX #B23DF6 Medium Orchid

📋 copy color: '#B23DF6'

red 178 ◦ green 61 ◦ blue 246

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

Shades of Medium Orchid #B23DF6

Tints of Medium Orchid #B23DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.58%

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 36.7%
G = 12.58%
B = 50.72%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B23DF6 (or 0xB23DF6) is known color: Medium Orchid. HEX triplet: B2, 3D and F6. RGB value is (178,61,246). Sum of RGB (Red+Green+Blue) = 178+61+246=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 61 (24.22% from 255 or 12.58% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #B23DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B23DF6 is #4DC209. Grayscale: #747474. Windows color (decimal): -5095946 or 16137650. OLE color: 16137650.

HSL color Cylindrical-coordinate representation of color #B23DF6: hue angle of 277.95º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B23DF6 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 61 246 -
CMYK 0.28 0.75 0 0.04
HSL 277.95º 0.91% 0.6% -
HSV(B) 277.95º 0.75% 0.96% -
XYZ 36.66 19.46 89.01 -
YUV 117.07 200.76 171.46 -
System Red Green Blue C M Y K H S L
Decimal 178 61 246 0.28 0.75 0 0.04 277.95 0.91 0.6
Hex B2 3D F6 1C 4B 0 4 116 5B 3C
Octal 262 75 366 34 113 0 4 426 133 74
Binary 10110010 111101 11110110 11100 1001011 0 100 100010110 1011011 111100

Color Harmonies of #B23DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23DF6

Black with #B23DF6

Text Example


Text Example

White with #B23DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23DF6; }

 p { color: rgb(178,61,246); }

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

background-color css

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

 a { background-color: rgb(178,61,246); }

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

border-color css

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

 span { border-color: rgb(178,61,246); }

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