Html Css Color HEX #B23ECF Medium Orchid

📋 copy color: '#B23ECF'

red 178 ◦ green 62 ◦ blue 207

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

Shades of Medium Orchid #B23ECF

Tints of Medium Orchid #B23ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.87%

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

R = 39.82%
G = 13.87%
B = 46.31%

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

#B23ECF (or 0xB23ECF) is known color: Medium Orchid. HEX triplet: B2, 3E and CF. RGB value is (178,62,207). Sum of RGB (Red+Green+Blue) = 178+62+207=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B23ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23ECF is #4DC130. Grayscale: #707070. Windows color (decimal): -5095729 or 13582002. OLE color: 13582002.

HSL color Cylindrical-coordinate representation of color #B23ECF: hue angle of 288º 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 #B23ECF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 62 207 -
CMYK 0.14 0.70 0 0.19
HSL 288º 0.6% 0.53% -
HSV(B) 288º 0.7% 0.81% -
XYZ 31.35 17.42 60.74 -
YUV 113.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 178 62 207 0.14 0.70 0 0.19 288 0.6 0.53
Hex B2 3E CF E 46 0 13 120 3C 35
Octal 262 76 317 16 106 0 23 440 74 65
Binary 10110010 111110 11001111 1110 1000110 0 10011 100100000 111100 110101

Color Harmonies of #B23ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23ECF

Black with #B23ECF

Text Example


Text Example

White with #B23ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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