Html Css Color HEX #B23FCF Medium Orchid

📋 copy color: '#B23FCF'

red 178 ◦ green 63 ◦ blue 207

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

Shades of Medium Orchid #B23FCF

Tints of Medium Orchid #B23FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.21%

R = 39.73%
G = 14.06%
B = 46.21%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B23FCF (or 0xB23FCF) is known color: Medium Orchid. HEX triplet: B2, 3F and CF. RGB value is (178,63,207). Sum of RGB (Red+Green+Blue) = 178+63+207=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #B23FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCF is #4DC030. Grayscale: #717171. Windows color (decimal): -5095473 or 13582258. OLE color: 13582258.

HSL color Cylindrical-coordinate representation of color #B23FCF: hue angle of 287.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23FCF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 63 207 -
CMYK 0.14 0.70 0 0.19
HSL 287.92º 0.6% 0.53% -
HSV(B) 287.92º 0.7% 0.81% -
XYZ 31.4 17.52 60.76 -
YUV 113.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 178 63 207 0.14 0.70 0 0.19 287.92 0.6 0.53
Hex B2 3F CF E 46 0 13 120 3C 35
Octal 262 77 317 16 106 0 23 440 74 65
Binary 10110010 111111 11001111 1110 1000110 0 10011 100100000 111100 110101

Color Harmonies of #B23FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FCF

Black with #B23FCF

Text Example


Text Example

White with #B23FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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