Html Css Color HEX #B23FCA Medium Orchid

📋 copy color: '#B23FCA'

red 178 ◦ green 63 ◦ blue 202

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

Shades of Medium Orchid #B23FCA

Tints of Medium Orchid #B23FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 40.18%
G = 14.22%
B = 45.6%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B23FCA (or 0xB23FCA) is known color: Medium Orchid. HEX triplet: B2, 3F and CA. RGB value is (178,63,202). Sum of RGB (Red+Green+Blue) = 178+63+202=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #B23FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B23FCA is #4DC035. Grayscale: #707070. Windows color (decimal): -5095478 or 13254578. OLE color: 13254578.

HSL color Cylindrical-coordinate representation of color #B23FCA: hue angle of 289.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B23FCA is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 178 63 202 -
CMYK 0.12 0.69 0 0.21
HSL 289.64º 0.57% 0.52% -
HSV(B) 289.64º 0.69% 0.79% -
XYZ 30.8 17.28 57.59 -
YUV 113.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 178 63 202 0.12 0.69 0 0.21 289.64 0.57 0.52
Hex B2 3F CA C 45 0 15 122 39 34
Octal 262 77 312 14 105 0 25 442 71 64
Binary 10110010 111111 11001010 1100 1000101 0 10101 100100010 111001 110100

Color Harmonies of #B23FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23FCA

Black with #B23FCA

Text Example


Text Example

White with #B23FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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